中文(繁體)
mt_getrandmax()顯示隨機數的最大可能值。
mt_getrandmax()
<?php echo mt_getrandmax ( ) ; ?>
親自試一試
mt_getrandmax ( )
返回調用mt_rand()所能返回的最大的隨機數。
mt_rand()